home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / GLOBAL MINES / GlobalMines.exe / 0 / RCDATA / TSETTINGSFORM / TSETTINGSFORM.txt
Text File  |  1998-02-23  |  2KB  |  103 lines

  1. object SettingsForm: TSettingsForm
  2.   Left = 409
  3.   Top = 216
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Settings'
  7.   ClientHeight = 93
  8.   ClientWidth = 162
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 25
  19.     Top = 12
  20.     Width = 31
  21.     Height = 13
  22.     Alignment = taRightJustify
  23.     Caption = 'Width:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 22
  27.     Top = 36
  28.     Width = 34
  29.     Height = 13
  30.     Alignment = taRightJustify
  31.     Caption = 'Height:'
  32.   end
  33.   object CustomBoxLine: TBevel
  34.     Left = -4
  35.     Top = 58
  36.     Width = 169
  37.     Height = 2
  38.     Shape = bsTopLine
  39.   end
  40.   object WidthBox: TEdit
  41.     Left = 67
  42.     Top = 8
  43.     Width = 57
  44.     Height = 21
  45.     MaxLength = 3
  46.     TabOrder = 0
  47.     Text = '12'
  48.   end
  49.   object HeightBox: TEdit
  50.     Left = 67
  51.     Top = 32
  52.     Width = 57
  53.     Height = 21
  54.     MaxLength = 3
  55.     TabOrder = 1
  56.     Text = '12'
  57.   end
  58.   object WUpDown: TUpDown
  59.     Left = 124
  60.     Top = 8
  61.     Width = 12
  62.     Height = 21
  63.     Associate = WidthBox
  64.     Min = 8
  65.     Max = 48
  66.     Position = 12
  67.     TabOrder = 2
  68.     Wrap = False
  69.   end
  70.   object HUpDown: TUpDown
  71.     Left = 124
  72.     Top = 32
  73.     Width = 12
  74.     Height = 21
  75.     Associate = HeightBox
  76.     Min = 8
  77.     Max = 48
  78.     Position = 12
  79.     TabOrder = 3
  80.     Wrap = False
  81.   end
  82.   object ok: TButton
  83.     Left = 83
  84.     Top = 66
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'OK'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 4
  91.   end
  92.   object CancelButton: TButton
  93.     Left = 3
  94.     Top = 66
  95.     Width = 75
  96.     Height = 25
  97.     Cancel = True
  98.     Caption = 'Cancel'
  99.     ModalResult = 2
  100.     TabOrder = 5
  101.   end
  102. end
  103.